ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Finance Namespace / Fibonacci<T> Class / Uptrend Property

In This Topic
    Uptrend Property
    In This Topic
    Gets or sets a value indicating whether to create uptrending Fibonacci tool.
    Syntax
    'Declaration
     
    
    Public Property Uptrend As Boolean
    public bool Uptrend {get; set;}
    Remarks
    Default value is true(uptrend). If the value is false, the downtrending levels are plotted.
    See Also